home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / renamr.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1991-08-31  |  1KB  |  40 lines

  1. ECHO OFF
  2. REM FILENAME: PRINTDOC.BAT FOR ReNamer 1.1
  3. CLS
  4. ECHO ---------------------------------------------------------------------
  5. ECHO  This Batch file will send the ReNamer documentation to your printer
  6. ECHO ---------------------------------------------------------------------
  7. ECHO .
  8. ECHO Please make sure your printer is on-line and set to TOP OF FORM.
  9. ECHO .
  10. ECHO This documentation will take about 20 pages to print. If you do not
  11. ECHO wish to print the documentation at this time, hold down the [Ctrl] key
  12. ECHO and press the [Break] key.
  13. ECHO .
  14. ECHO Otherwise, the printing will begin as soon as you
  15. PAUSE
  16. CLS
  17. ECHO Now printing the PACKING List ......
  18. COPY PACKING.LST PRN: >NUL
  19. ECHO .
  20. ECHO Now printing the README.DOC file ......
  21. COPY README.DOC PRN: >NUL
  22. ECHO .
  23. ECHO Now printing the ReNamer User Manual ......
  24. COPY RENAMER.DOC PRN: >NUL
  25. ECHO .
  26. ECHO Now printing the REGISTRATION Form ......
  27. COPY REGISTER.DOC PRN: >NUL
  28. ECHO .
  29. ECHO Now printing LICENSE and WARRANTEE Information ......
  30. COPY LICENSE.DOC PRN: >NUL
  31. ECHO .
  32. ECHO .
  33. ECHO ReNamer User Documentation has been printed.
  34. ECHO.
  35. ECHO.
  36. ECHO Thank you for supporting SHAREWARE!
  37. ECHO .
  38. ECHO .
  39. ECHO End of file PRINTDOC.BAT  -  Returning to DOS . . . . . . .
  40.